home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 August / Enter 08 2006.iso / Internet / RSSOwl 1.2.1 / rssowl_1_2_1_win32.exe / doc / faq.xml < prev    next >
Encoding:
Extensible Markup Language  |  2006-04-23  |  23.3 KB  |  516 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <rss version='0.91'>
  3.     <channel>
  4.         <title>RSSOwl - Frequently asked questions</title>
  5.         <link>http://www.rssowl.org</link>
  6.         <language>en-en</language>
  7.         <copyright>2003-2006 RSSOwl Development Team</copyright>
  8.         <image>
  9.             <title>RSSOwl @ SourceForge.net</title>
  10.             <url>http://sourceforge.net/sflogo.php?group_id=86683&type=1</url>
  11.             <link>http://www.rssowl.org</link>
  12.         </image>
  13.         <item>
  14.         <title>Is there any tutorial available?</title>
  15.             <description>
  16. Please select "Tutorial" from the "Help" menu or press "F1" on Windows.
  17.             </description>
  18.         </item>
  19.         <item>
  20.             <title>I am not sure if I use the newest RSSOwl Version</title>
  21.             <link></link>
  22.             <description>
  23. Perform an update check at "Help" > "Check for update"<br /><br />
  24.  
  25. By default RSSOwl automatically checks for a new version after startup.<br />
  26. This setting may be changed at "Tools" > "Preferences" > "General" > "Check for Updates after startup"
  27.             </description>
  28.         </item>
  29.         <item>
  30.             <title>Where do I find RSS / RDF / Atom Newsfeeds?</title>
  31.             <description>
  32. <ol>
  33.     <li>Use the Newsfeed search engine to search by keywords ("Tools" > "Search for Newsfeeds")</li>
  34.     <li>Use the Discover Newsfeed search engine to search on a website ("Tools" > "Discover Newsfeeds on Website")</li>
  35.     <li>Browse the latest best rated and personalized recommendations of AmphetaRate</li>
  36.     <li>Search at Newsfeed search sites and archives such as:
  37.         <ul>
  38.             <li>http://www.newsisfree.com</li>
  39.             <li>http://www.weblogs.com/</li>
  40.             <li>http://www.rss-verzeichnis.de/</li>
  41.         </ul>
  42.     </li>
  43. </ol>
  44.             </description>
  45.         </item>
  46.         <item>
  47.             <title>How do I import an OPML file into RSSOwl?</title>
  48.             <link></link>
  49.             <description>
  50. Please choose "File" > "Import From OPML..." and enter the file into
  51. the dialog.
  52. RSSOwl will create a new category filled with all newsfeeds from the OPML.
  53.             </description>
  54.         </item>
  55.         <item>
  56.             <title>Updating from previous Versions</title>
  57.             <link></link>
  58.             <description>
  59. Updating an existing RSSOwl is very easy!<br /><br />
  60.  
  61. All settings and favorites should be stored in your user-home directory in a folder
  62. called ".rssowl" that is independant from RSSOwl's installation folder.<br /><br />
  63.  
  64. On Windows ".rssowl" should be located in "/Documents and Settings/user.name/.rssowl".
  65. On Linux / Solaris take a look at "~/.rssowl", from the console by typing "cd ~/.rssowl".
  66. On Mac the folder is located in "~/Library/Preferences/rssowl".<br /><br />
  67.  
  68. In the case you are able to locate that folder simply copy the new RSSOwl into the
  69. same folder of the old RSSOwl, overwriting it.<br /><br />
  70.  
  71. In the case you are not able to locate that folder simply run the old RSSOwl, goto
  72. "Preferences" and perform "Export Settings". That export also includes your favorites.
  73. In the new RSSOwl goto "Preferences" and select "Import Settings". That's it :).
  74.             </description>
  75.         </item>
  76.         <item>
  77.             <title>What are the requirements to use the Internal Browser?</title>
  78.             <link></link>
  79.             <description>
  80. Requirements on Windows: Internet Explorer 5 and above<br />
  81. Requirements on Linux:  Mozilla 1.4 GTK2 and above<br />
  82. Requirements on Mac: Panther OS X.3, Safari based<br /><br />
  83.  
  84. Please read the topic "What do I need to run the Internal Browser on Linux?"
  85. in this FAQ how to enable Mozilla as internal browser for RSSOwl on Linux.<br /><br />
  86.  
  87. The Internal browser is currently not supported on Solaris.<br /><br />
  88.  
  89. The default browser is executed automatically if the internal
  90. browser is not installed. The browser will open outside of
  91. RSSOwl.<br /><br />
  92.  
  93. If you want to use any other browser than the default, please goto
  94. "Tools" > "Preferences" > "Browser" and enter the path to the
  95. executable of your browser. RSSOwl will pass the URL as argument
  96. to the executable.
  97.             </description>
  98.         </item>
  99.         <item>
  100.             <title>What do I need to run the Internal Browser on Linux?</title>
  101.             <link></link>
  102.             <description>
  103. For a very detailed answer, please refer to the official
  104. <a href="http://www.eclipse.org/swt/faq.php#browserlinux">Eclipse FAQ</a><br /><br />
  105. A supported version of Mozilla must be installed (1.4 GTK2 or above 1.4).<br /><br />
  106.  
  107. Set the environment variable MOZILLA_FIVE_HOME to your Mozilla installation folder. e.g. setenv MOZILLA_FIVE_HOME /usr/lib/mozilla<br /><br />
  108.  
  109. Set the environmnent variable LD_LIBRARY_PATH to include MOZILLA_FIVE_HOME. e.g. setenv LD_LIBRARY_PATH ${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}<br /><br />
  110.  
  111. On Mandrake 9.1, use:<br /><br />
  112.  
  113. export MOZILLA_FIVE_HOME=/usr/lib/mozilla<br />
  114. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}<br /><br />
  115.  
  116. RSSOwl can now use the Browser widget.<br /><br />
  117. If the Browser is still not working, please refer to the official
  118. <a href="http://www.eclipse.org/swt/faq.php#browserlinux">Eclipse FAQ</a>
  119.             </description>
  120.         </item>
  121.         <item>
  122.             <title>How is it possible to quickly close tabs?</title>
  123.             <link></link>
  124.             <description>
  125. Simply double-click on the tab to have it closed.<br /><br />
  126.  
  127. The other close-operations are performed when having Ctrl / Command
  128. or the Shift Key pressed while double-clicking:<br /><br />
  129.  
  130. Double-click with pressed Ctrl / Command Key: Perform "Close Others"<br />
  131. Double-click with pressed Shift Key: Perform "Close All Except Feeds"
  132.             </description>
  133.         </item>
  134.         
  135.         <item>
  136.             <title>How is it possible to hide the splashscreen on startup?</title>
  137.             <link></link>
  138.             <description>
  139. To hide the splash-screen that shows up on startup of RSSOwl, pass -showSplash false
  140. to the rssowl.exe on Windows and -Dnet.sourceforge.rssowl.noSplash on other operating
  141. systems to the java.exe call.
  142.             </description>
  143.         </item>
  144.         
  145.         <item>
  146.             <title>Windows: Howto disable click sounds of internal browser?</title>
  147.             <link></link>
  148.             <description>
  149. Disabling the click sound when using the internal browser is possible from within
  150. the control panel. Goto sounds and find "Start Navigation" and "Complete
  151. Navigation" and set the sound to "none".
  152.             </description>
  153.         </item>
  154.         
  155.         <item>
  156.             <title>I am using a slow modem connection. Any Tips?</title>
  157.             <link></link>
  158.             <description>
  159. When you are using a slow modem connection you should modify some settings in "Connection" preferences.
  160. Decrease the number of maximum parallel connections and increase the connection timeout.
  161.             </description>
  162.         </item>
  163.         <item>
  164.             <title>Which newsfeed formats are supported?</title>
  165.             <link></link>
  166.             <description>
  167. RSSOwl is supporting RSS versions 0.91, 0.92 and 2.0, RDF version 1.0, Atom Syndication Format 0.3 / 1.0 and OPML.
  168.             </description>
  169.         </item>
  170.         <item>
  171.             <title>What is AmphetaRate and how do I rate news?</title>
  172.             <link>http://amphetarate.sourceforge.net</link>
  173.             <description>
  174. AmphetaRate is a centralized ratings/recommendation service that provides
  175. personalized news and blog recommendations. Each news found in your subscribed
  176. feeds may be rated "Fantastic", "Good", "Moderate", "Bad" and "Very bad".
  177. Your recommendations are computed by Bayesian filtering and an algorithm finding
  178. people who share your taste.<br /><br />
  179.  
  180. AmphetaRate sends you its recommended articles that you certainly will like but
  181. have probably missed.<br /><br />
  182.  
  183. To use AmphetaRate, you have to enter your AmphetaRate Username and Password. RSSOwl will then
  184. automatically create the recommendation newsfeed, that holds the recommended articles.
  185. <br /><br />
  186. If the user is new to AmphetaRate an account can be registered from RSSOwl with a simple
  187. click on the "Create Account" button ("Tools" > "Preferences" > "AmphetaRate") after entering
  188. the desired username and password.
  189. <br /><br />
  190. The recommendation feed's news come with the newstext and the url of the feed where
  191. the news was published. This URL is mouse-sensitive. A mouseclick on it will open the
  192. "Add to favorites" dialog, to add the feed to the favorites.
  193. <br /><br />
  194. The "Latest best news" on AmphetaRate is a feed containing the latest best rated news.
  195. This feed is accessible even if you are not registrated to AmphetaRate. The feed is
  196. added to RSSOwl per default.
  197. <br /><br />
  198. For more informations, please visit: http://amphetarate.sourceforge.net
  199.             </description>
  200.         </item>
  201.         <item>
  202.             <title>I miss the possibility to print newstext</title>
  203.             <description>
  204. The graphic library that RSSOwl uses supports printing only on Windows and Mac. As SWT is developed
  205. to new versions, printing will be possible in the future and then activated in RSSOwl on
  206. Linux.
  207. <br /><br />
  208. Until then, please use the export feature to print PDF or RTF documents with your favorite
  209. reader.
  210.             </description>
  211.         </item>
  212.         <item>
  213.             <title>The language I chose is not displayed correctly</title>
  214.             <description>
  215. Please make sure that the font that is selected in "Tools" > "Preferences"
  216. > "General" > "Fonts" supports the special characters of the selected
  217. language. In the case of Japanese or Chinese please select a Unicode
  218. Font, for example Arial Unicode MS.
  219.             </description>
  220.         </item>
  221.         <item>
  222.             <title>How does RSSOwl indicate unread news are available?</title>
  223.             <link></link>
  224.             <description>
  225. Any unread news are displayed with a bold font-style in the list of news-headers.
  226. In addition, any favorite containing unread news will indicate this by having a
  227. blue-colored lens (instead of a white one) left to its title in the tree and a bold font style. All
  228. parent categories of that favorite will change to an icon with a small letter
  229. filled folder and bold font style too. This allows to easily see which categories contain favorites
  230. with unread news.
  231. Additionaly if RSSOwl is minimized to tray, the icon changes to an Owl overdrawn
  232. by a green arrow.
  233.             </description>
  234.         </item>
  235.         <item>
  236.             <title>Is it possible to load a newsfeed on startup?</title>
  237.             <description>
  238. There are several ways to have RSSOwl open newsfeeds on startup:
  239. <br /><br />
  240. 1.) Right-click on any favorite and select "Open on startup" in the properties
  241. dialog.
  242. Any favorites with this option selected will open after startup automatically.
  243. <br /><br />
  244. 2.) Select "Re-Open last opened feeds on startup" in "Tools > Preferences >
  245. General". This will automatically reopen the feeds that where opened
  246. after exit on startup.
  247. <br /><br />
  248. 3.) The application is accepting one argument. If the parameter is a valid URL or an
  249. existing local file, RSSOwl will open it as newsfeed. For example:
  250. <br /><br />
  251. "java -jar rssowl.jar http://www.myrss.com/rss.xml"
  252. <br /><br />
  253. If you use a script to start RSSOwl, please edit it and add the parameter.
  254.             </description>
  255.         </item>
  256.         <item>
  257.             <title>Is it possible to open the news of an entire category in one tab?</title>
  258.             <description>
  259. Rightclick on a category and select "Aggregate Favorites". You may also perform a fulltext
  260. search on all favorites of the category and sub-categories using "Search".
  261.             </description>
  262.         </item>
  263.         <item>
  264.             <title>Is it possible to update feeds automatically in a certain period?</title>
  265.             <link></link>
  266.             <description>
  267. Right-click on a favorite and select an update interval in "Auto Reload" of the properties dialog.
  268. You may also select to update the feed on startup of RSSOwl.
  269.             </description>
  270.         </item>
  271.         <item>
  272.             <title>Is it possible to use RSSOwl on a different PC and keep my settings?</title>
  273.             <link></link>
  274.             <description>
  275. All settings and favorites are saved in the "user.xml". Usually this file is
  276. stored in your home directory in ".rssowl/".
  277. <br /><br />
  278. The easiest way is to export the settings and import them in RSSOwl on your
  279. other computer ("Tools" > "Preferences" > "Export Settings", "Import Settings").
  280.             </description>
  281.         </item>
  282.         <item>
  283.             <title>Is it possible to read the news after going offline?</title>
  284.             <link></link>
  285.             <description>
  286. One way is described in "What does "Save As" do?". You may also use
  287. each newsfeed offline that you have opened while being online. RSSOwl
  288. saves each opened newsfeed in memory.
  289.             </description>
  290.         </item>
  291.         <item>
  292.             <title>Is it possible to use a proxy server with RSSOwl?</title>
  293.             <link></link>
  294.             <description>
  295. Please goto "Tools" > "Preferences" > "Connection" and enter host, port and
  296. if required username and password of your proxy server.
  297. The proxy server is now used for every Newsfeed you open.
  298. <br /><br />
  299. See topic "Is it possible to disable the usage of a proxy for some favorites?"
  300. how to disable the usage of the proxy for certain favorites.
  301.             </description>
  302.         </item>
  303.         <item>
  304.             <title>Is it possible to disable the usage of a proxy for some favorites?</title>
  305.             <link></link>
  306.             <description>
  307. Yes. Just rightclick on a category or favorite in the tree displayed on the
  308. left side and select "Properties" > "Use proxy". Click once to remove
  309. the check mark. If you (de-)check the "Use proxy" setting in a category
  310. all favorites in all subcategories are affected.
  311. <br /><br />
  312. To disable use of the proxy for a Blogroll, simply rightclick on one
  313. of the categorys that holds the Blogroll and (de-)check the "Use Proxy"
  314. setting in "Proxy".
  315.             </description>
  316.         </item>
  317.         <item>
  318.             <title>Is it possible to read Newsfeeds from a source that needs authentification?</title>
  319.             <link></link>
  320.             <description>
  321. If RSSOwl attempts to open a newsfeed from a site that is protected with
  322. a username and password it opens a dialog for you to authenticate. After
  323. a successfull authentification the newsfeed is displayed.
  324.             </description>
  325.         </item>
  326.         <item>
  327.             <title>What is the meaning of "Aggregate Favorites"</title>
  328.             <link></link>
  329.             <description>
  330. The "Aggregate Favorites" feature appears in the popupmenu on the
  331. tree holding the favorites after right-click on any category.
  332. RSSOwl will aggregate all news from all sub-categorys of the selected
  333. category into one tab. You may also search in the list of aggregated news.
  334. An export to PDF, RTF or HTML is possible too.
  335.             </description>
  336.         </item>
  337.         <item>
  338.             <title>What does "Save As" do?</title>
  339.             <link></link>
  340.             <description>
  341. If you have an opened RSS newsfeed in the tabfolder you may save the
  342. entire newsfeed to a local XML file. You may open the file later
  343. with "Open File" in "Quickview" or just by adding a favorite with the
  344. path to the file.
  345.             </description>
  346.         </item>
  347.         <item>
  348.             <title>I get an error after I try to open a XML. What could be the problem?</title>
  349.             <link></link>
  350.             <description>
  351. Several things may go wrong when trying to open a XML:
  352. <br /><br />
  353.     - Please make sure that the URL / Path you entered leads to an existing file<br />
  354.     - Please make sure that the file is a valid and wellformed RSS, RDF or Atom XML document<br />
  355.             </description>
  356.         </item>
  357.         <item>
  358.             <title>An icon of one favorite has changed to a lens with a red cross in it</title>
  359.             <link></link>
  360.             <description>
  361. If RSSOwl was unable to load the favorite, the icon changes to indicate
  362. that you should check the URL / Path you entered. When the favorite was
  363. loaded successfully, the icon changes back to the normal lens again.
  364.             </description>
  365.         </item>
  366.         
  367.         <item>
  368.             <title>How to specify the path RSSOwl should use to store the profile</title>
  369.             <link></link>
  370.             <description>
  371. In order to tell RSSOwl in which directory to store settings (profile) you have to execute RSSOwl
  372. like this:<br />
  373. "javaw -Duser.home=[Path to Dir] -Djava.library.path=. -jar rssowl.jar"<br /><br />
  374. The [Path to Dir] must point to an existing directory. Windows user are able to
  375. use the "-profile [Path to Dir]" parameter to the "rssowl.exe".
  376.             </description>
  377.         </item>
  378.         
  379.         <item>
  380.             <title>What are Blogrolls?</title>
  381.             <link></link>
  382.             <description>
  383. A Blogroll is a file that stores RSS / RDF / Atom newsfeeds. The file may be
  384. accessed from RSSOwl with entering the path into the new Blogroll.
  385. After successfull loading of the Blogroll it displays the favorites
  386. (and categorys if existing) in the tree on the left side. Blogrolls
  387. allow sharing of favorites with other people.
  388.             </description>
  389.         </item>
  390.         <item>
  391.             <title>How do I create Blogrolls that other may subscribe to?</title>
  392.             <link></link>
  393.             <description>
  394. Just rightclick on a category in the tree on the left side and choose
  395. "Export" > "To OPML File" and select a path where to save the file. 
  396. The file will contain all subcategories and favorites
  397. of the selected category.
  398. Place the file for example on a webserver and give the URL to your
  399. friends. They will be able to subscribe to that file and see the
  400. favorites in RSSOwl.
  401.             </description>
  402.         </item>
  403.         <item>
  404.             <title>What are "empty news"?</title>
  405.             <link></link>
  406.             <description>
  407. An empty news is a news with no description. Select "Open empty news in
  408. browser automatically" in "Tools" > "Preferences" > "General" to open
  409. the URL of the news directly when selecting it.
  410.             </description>
  411.         </item>
  412.         <item>
  413.             <title>What are "Newsfeed infos"?</title>
  414.             <link></link>
  415.             <description>
  416. Newsfeed infos are informations about the newsfeed. Those may be
  417. language, description, image, link to the newspage, and so on.
  418. They show up as expandable box on top of the list of news headlines when
  419. displaying a feed.
  420.             </description>
  421.         </item>
  422.         <item>
  423.             <title>What does "Reload" do?</title>
  424.             <link></link>
  425.             <description>
  426. RSSOwl will reload the selected newsfeed from the URL / Path (Ctrl+R).
  427.             </description>
  428.         </item>
  429.         <item>
  430.             <title>How do I manage my favorites?</title>
  431.             <link></link>
  432.             <description>
  433. Just rightclick on an element in the tree on the left side and use the popup menue.
  434. You may also use the "File" > "New" menu. All elements of the favorites tree support
  435. Drag and Drop. That allows an easy management of favorites and categories.
  436.             </description>
  437.         </item>
  438.         <item>
  439.             <title>What is the difference between creating a new category or a new subcategory?</title>
  440.             <link></link>
  441.             <description>
  442. Creating a subcategory will create a new category as a child of the selected one.<br />
  443. Creating a category will create a new category on the same level of the selected one.
  444.             </description>
  445.         </item>
  446.         <item>
  447.             <title>What arguments are accepted by rssowl.exe?</title>
  448.             <link></link>
  449.             <description>
  450. To specify the Java Virtul Machine that should be used to execute RSSOwl, use the
  451. optional parameter "-vm=". For example "rssowl -vm=C:/j2sdk_1_4_1". The exe will
  452. then look into the folder "bin" searching for the "javaw.exe".
  453. <br /><br />
  454. To set the path RSSOwl should use to store its profile, use the -profile [directory] argument.
  455. The [directory] must point to an existing directory.
  456. <br /><br />
  457. To hide the splash-screen that shows up on startup of RSSOwl, pass -showSplash false
  458. to the executable.
  459. <br /><br />
  460. To let RSSOwl open a newsfeed on startup, simply append the location. For
  461. example "rssowl http://www.myrss.com/rss.xml".
  462.             </description>
  463.         </item>
  464.         <item>
  465.             <title>I found a bug. What should I do?</title>
  466.             <link>http://sourceforge.net/tracker/?group_id=86683&atid=580502</link>
  467.             <description>
  468.                 Please visit the RSSOwl bugtracker @ SourceForge and post your bug
  469.             </description>
  470.         </item>
  471.         <item>
  472.             <title>I miss a feature that would be cool to have</title>
  473.             <link>http://sourceforge.net/tracker/?group_id=86683&atid=580505</link>
  474.             <description>
  475. Please visit the RSSOwl Feature Request database:
  476. http://sourceforge.net/tracker/?group_id=86683&atid=580505
  477.             </description>
  478.         </item>
  479.         <item>
  480.             <title>I would like to translate RSSOwl to a new language</title>
  481.             <description>
  482. We are always interested for new translations.
  483. Feel free to contact us: bpasero@rssowl.org
  484.             </description>
  485.         </item>
  486.         <item>
  487.             <title>How do I get in contact with the RSSOwl development team?</title>
  488.             <link>http://sourceforge.net/forum/?group_id=86683</link>
  489.             <description>
  490. Please visit our forum at: http://sourceforge.net/forum/?group_id=86683
  491. <br /><br />
  492. A public mailing list is available at: http://lists.sourceforge.net/mailman/listinfo/rssowl-users
  493. <br /><br />
  494. We are also present in IRC at #rssowl in irc.freenode.net<br /><br />
  495. You may also contact us via eMail: bpasero@rssowl.org
  496.             </description>
  497.         </item>
  498.         <item>
  499.             <title>Is there any public mailinglist available for RSSOwl users?</title>
  500.             <link>http://lists.sourceforge.net/mailman/listinfo/rssowl-users</link>
  501.             <description>
  502. Please visit http://lists.sourceforge.net/mailman/listinfo/rssowl-users
  503.             </description>
  504.         </item>
  505.         <item>
  506.             <title>I have a question that is not answered in this FAQ. What can I do?</title>
  507.             <link>http://sourceforge.net/forum/?group_id=86683</link>
  508.             <description>
  509. Please visit the RSSOwl forum: http://sourceforge.net/forum/?group_id=86683
  510. or the public mailing-list: http://lists.sourceforge.net/mailman/listinfo/rssowl-users
  511. <br /><br />
  512. Feel free to post any questions.
  513.             </description>
  514.         </item>
  515.     </channel>
  516. </rss>